chore: use Rolldown bundle analyzer instead of rollup-plugin-visualizer - #343
Open
stipsan wants to merge 1 commit into
Open
chore: use Rolldown bundle analyzer instead of rollup-plugin-visualizer#343stipsan wants to merge 1 commit into
stipsan wants to merge 1 commit into
Conversation
|
stipsan
marked this pull request as ready for review
August 18, 2026 10:12
Swap the demo Vite build to rolldown/experimental bundleAnalyzerPlugin, and gate the published-package report behind @sanity/tsdown-config's bundleAnalyzer option (ENABLE_BUNDLE_ANALYZER=true). Co-authored-by: Cody Olsen <stipsan@users.noreply.github.com>
cursor
Bot
force-pushed
the
cursor/rolldown-bundle-analyzer-6e6c
branch
from
August 27, 2026 22:52
0d28358 to
1cfb335
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replace
rollup-plugin-visualizerwith Rolldown’s built-in analyzer, and use@sanity/tsdown-config’s first-classbundleAnalyzeroption for the published package.Demo (
vite.config.demo.ts)bundleAnalyzerPluginfromrolldown/experimentalinstead of the Rollup visualizerpnpm build:demoemitsdemo/dist/analyze-data.jsonLibrary (
tsdown.config.ts)bundleAnalyzer: process.env['ENABLE_BUNDLE_ANALYZER'] === 'true'(markdown report when enabled)pnpm analyzeruns that opt-in build!dist/analyze-data.mdso the report cannot be publishedDeps
@sanity/tsdown-config^0.27.0(addsbundleAnalyzer)rolldown~1.2.5so Vite, tsdown, and the config share oneBuiltinPlugininstancevite^8.2.2Verified locally: library build,
pnpm analyze→dist/analyze-data.md, demo build →analyze-data.json, lint, type-check, and tests.